home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
ophelias_diary_2_episode_1.swf
/
scripts
/
DefineButton2_2371
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-07-14
|
359b
|
18 lines
on(release){
if(eval("/Variables:Vert") == 1 and eval("/Variables:PrescottAction") == 0)
{
tellTarget("../")
{
nextFrame();
}
}
else if(eval("/Variables:Parle") == 0 and eval("/Variables:Vert") == 0)
{
tellTarget("/Voix")
{
gotoAndStop("ToDark");
play();
}
}
}